home *** CD-ROM | disk | FTP | other *** search
/ Cope with Cancer / Cope with Cancer.iso / pc / cope / copekidz.dxr / 00155.ls < prev    next >
Encoding:
Text File  |  1998-11-03  |  161 b   |  12 lines

  1. on mouseDown
  2.   global gkidCategory
  3.   set gkidCategory to the frame
  4.   puppetSound("Glurp")
  5. end
  6.  
  7. on mouseUp
  8.   unLoad(theFramenum)
  9.   go("KTcancer")
  10.   cursor(4)
  11. end
  12.